ArcFM Responder Mobile Developer Guide
TrackIdGlobally(IEnumerable<FeatureID>) Method






The non-global object identifier.
Tracks objects globally across replications.
Syntax
'Declaration
 
Public Overloads MustOverride Sub TrackIdGlobally( _
   ByVal featureID As System.Collections.Generic.IEnumerable(Of FeatureID) _
) 
'Usage
 
Dim instance As FeatureIdentificationProvider
Dim featureID As System.Collections.Generic.IEnumerable(Of FeatureID)
 
instance.TrackIdGlobally(featureID)
public abstract void TrackIdGlobally( 
   System.Collections.Generic.IEnumerable<FeatureID> featureID
)
public procedure TrackIdGlobally( 
    featureID: System.Collections.Generic.IEnumerable
); abstract; 
public __abstract function TrackIdGlobally( 
   featureID : System.Collections.Generic.IEnumerable
);
public: abstract void TrackIdGlobally( 
   System.Collections.Generic.IEnumerable<FeatureID*>* featureID
) 
public:
abstract void TrackIdGlobally( 
   System.Collections.Generic.IEnumerable<FeatureID^>^ featureID
) 

Parameters

featureID
The non-global object identifier.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FeatureIdentificationProvider Class
FeatureIdentificationProvider Members
Overload List

Send Feedback